home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / syscfg30.zip / SYSCFG.DOC < prev    next >
Text File  |  1991-03-09  |  6KB  |  119 lines

  1. SYSCFG! (SYStem ConFiGuration) database program for maintaining multiple
  2.      AUTOEXEC.BAT & CONFIG.SYS files!
  3.      by MASTERWARE - (C)1990 John G. Kacmarcik, Jr.
  4.  
  5. Thank you for using SYSCFG.  SYSCFG is very easy to use and does not
  6. require extensive documentation.
  7.  
  8. When running SYSCFG, always change to the directory where SYSCFG.EXE is
  9. located.  SYSCFG will create database files if they don't exist.  For calling
  10. SYSCFG from anywhere, you can add this batch file to your batch file directory
  11. or any directory that is in you path:
  12.  
  13.                         @Echo Off
  14.                         C:
  15.                         cd \syscfg
  16.                         syscfg %1 %2 %3 %4
  17.  
  18. In the above example batch file you would, of course, change the drive and
  19. directory to match where you installed SYSCFG.
  20.  
  21. Menu choices are:
  22.  
  23. 1. ADD    : Add a configuration to the database either manually, importing
  24.             current configuration, or copying another database record.
  25.  
  26. 2. BROWSE : Browse through each record in the database.  To view the part
  27.             of the text below the window size without going into the edit mode,
  28.             hit [PgUp] to view top file (AUTOEXEC) or [PgDn] to view bottom
  29.             file (CONFIG).
  30.  
  31. 3. CONFIG : Show configuration Names & record Numbers is a menu for
  32.             write/reboot options.
  33.  
  34. 4. DELETE : This choice will ask you for conformation that you wish to delete
  35.             ALL records in the database.
  36.  
  37. 5. EXTERNAL OPTIONS (Setup):
  38.           : You will be asked what drive you boot from and also have options
  39.             for disk caching, external reboot, and external editor.  If you
  40.             use an external editor, you must enter the FULL PATH to it and it
  41.             must be capable of accepting TWO filename parameters at the
  42.             command line: e.g. C:\ME\ME AUTOEXEC.#1 CONFIG.#1
  43.             You can also edit the last configuration name that SYSCFG saved
  44.             in case you might have done some manual config file swapping.
  45.  
  46. 6. FIND   : Search for a text string or go directly to a specific record number.
  47.  
  48. 7. LIST   : List the record NAME and NOTE field.  (If you have many records,
  49.             be ready to hit [Pause] or [Ctrl]-[S] to pause display!)
  50.  
  51. 8. SORT   : Sort database records by NAME or by NOTES.
  52.            (CAUTION: Sorting will renumber the database!  In case you're using
  53.             the command line option "SYSCFG #1" which automatically writes
  54.             the AUTOEXEC and CONFIG in the record number following the '#'.)
  55.  
  56. 9. VIEW   : View current AUTOEXEC.BAT, CONFIG.SYS, & ENVIRONMENT.
  57.  
  58. Q.        : Quits the program.
  59.  
  60.  
  61. The registered version has online editor command help by pressing [F1] Type
  62. SYSCFG /? or /HELP to display command line options.
  63.  
  64. These options are:
  65.  
  66. *SYSCFG ![name_string] will automatically reconfigure the computer to the
  67.                        AUTOEXEC.BAT and CONFIG.SYS files found in the record
  68.                        NAME that matches the configuration name immediately
  69.                        following the '!' if found. (Don't type the '[' or ']')
  70.                        (Up to the 1st three words in the name can be searched)
  71.  
  72. *SYSCFG #[record#] will automatically reconfigure the computer to the
  73.                    AUTOEXEC.BAT & CONFIG.SYS files found in the record
  74.                    number that matches the number immediately following the '#'
  75.                    if it exists. ( e.g. SYSCFG #1 )
  76.  
  77. *NOTE: One the above two command line options, adding a /BOOT switch will
  78.        reboot the computer.
  79.  
  80. SYSCFG /L will List configuration NAMES and NOTES.
  81.  
  82. SYSCFG /N will list configuration record NUMBERS and NAMES.
  83.  
  84. SYSCFG /=[text_string] will search the database for the text string
  85.                        immediately following the /= (up to three words)
  86.  
  87. SYSCFG /DUMP  will dump records to text files (AUTOEXEC.#1,CONFIG.#1,etc.)
  88.               (You can edit them with your favorite editor & import them
  89.               back in!  The syntax is the same for importing records.)
  90.  
  91. SYSCFG /SETUP  will let you setup SYSCFG for a different boot drive, cache
  92.                flushing and/or external reboot options!
  93.  
  94. SYSCFG /REGISTER  will let you register SYSCFG if you have received a
  95.                   registration number from the author.  This will remove
  96.                   ALL the shareware screens.  AFTER you register the program,
  97.                   you can run an EXE file compression program on SYSCFG like
  98.                   PKLITE or LZEXE.  The registration procedure will NOT work
  99.                   if SYSCFG.EXE is compressed.  It can be compressed after
  100.                   registration.  (See ORDERFRM.DOC)
  101.  
  102. SYSCFG -LT  will make the title screen more readable on Laptops.
  103.  
  104. SYSCFG /Huh will show you the name of the last configuration SYSCFG wrote.
  105.  
  106. SYSCFG /MENU  or /M will list configs in a menu for write/reboot options.
  107.  
  108. Comments are always welcome!  Phone: 215-437-9668 or call The
  109. AVI/MASTERWARE BBS - 215-437-7085 or write to MASTERWARE,
  110. 2442 Tilghman, Street #1, Allentown, PA  18104.
  111.  
  112. NOTE: IN THE EVENT OF AN UPDATE, UPDATED VERSIONS ARE AVAILABLE ON THE BBS
  113.       LISTED ABOVE.  LEAVE ME A MESSAGE AND I WILL GIVE YOU THE PASSWORD
  114.       SO THAT YOU CAN DOWNLOAD IT.
  115.  
  116. ***** Special thanks to KEVIN BEDNAR for his greatly appreciated help with
  117.       the registration and memory swapping procedures.  Also special thanks
  118.       to CRAIG GAUMER (ET) and ED BACHMAN for many great ideas.
  119.